type runtime.heapStatsDelta
12 uses
runtime (current package)
metrics.go#L577: heapStatsDelta
mstats.go#L341: if size := unsafe.Sizeof(heapStatsDelta{}); size%8 != 0 {
mstats.go#L390: var consStats heapStatsDelta
mstats.go#L668: type heapStatsDelta struct {
mstats.go#L695: func (a *heapStatsDelta) merge(b *heapStatsDelta) {
mstats.go#L745: stats [3]heapStatsDelta
mstats.go#L776: func (m *consistentHeapStats) acquire() *heapStatsDelta {
mstats.go#L822: func (m *consistentHeapStats) unsafeRead(out *heapStatsDelta) {
mstats.go#L838: m.stats[i] = heapStatsDelta{}
mstats.go#L849: func (m *consistentHeapStats) read(out *heapStatsDelta) {
mstats.go#L894: m.stats[prevGen] = heapStatsDelta{}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)